Settings page restored, AJAX hook bundled in main class

This commit is contained in:
2017-12-07 18:22:21 +01:00
parent 15f02cbe83
commit 32e6db17a0
7 changed files with 97 additions and 64 deletions

View File

@ -37,6 +37,7 @@ defined( 'ABSPATH' ) || exit;
define( 'WPLT2_FILE', __FILE__ );
define( 'WPLT2_DIR', plugin_dir_path( __FILE__ ) );
define( 'WPLT2_BASE', plugin_dir_url( __FILE__ ) );
define( 'WPLT2_BASENAME', plugin_basename( __FILE__ ) );
// System Hooks.
add_action( 'init', array( 'WPLiveticker2', 'register_types' ) );