PHP Classes

File: back-to-top-button-by-dcarvajal7.php

Recommend this page to a friend!
  Classes of Joko Prasetyo   WP Back to top button   back-to-top-button-by-dcarvajal7.php   Download  
File: back-to-top-button-by-dcarvajal7.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: WP Back to top button
Insert a back to the top button in posts' footer
Author: By
Last change:
Date: 15 days ago
Size: 421 bytes
 

Contents

Class file image Download
<?php
/*
Plugin Name: Back to top by dCarvajal7
Plugin URI: https://dcarvajal7.es
Description: Plugin that adds a 'back to top' button with configurable css.
Version: 0.0.1
Author: dCarvajal7
Author URI: https://dcarvajal7.es
License: GPL2
*/
defined('ABSPATH') or die("Bye bye");
define('BACK_TO_TOP_BY_DCARVAJAL7_RUTA', plugin_dir_path(__FILE__));
include(
BACK_TO_TOP_BY_DCARVAJAL7_RUTA . 'includes/funciones.php');
?>