Stylesheet with lazy loading included in main class

This commit is contained in:
2017-11-12 20:31:03 +01:00
parent e164efcd3a
commit 01f8b1f29f
7 changed files with 23 additions and 393 deletions

View File

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