search complete
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
// <----- Includes ----->
|
||||
include(get_theme_file_path('/includes/front-end/theme_starter_setup.php'));
|
||||
include(get_theme_file_path('/includes/front-end/styles_and_scripts.php'));
|
||||
include(get_theme_file_path('/includes/back-end/template_content_update.php'));
|
||||
include(get_theme_file_path('/includes/back-end/editor_styles_and_scripts.php'));
|
||||
include(get_theme_file_path('/includes/front-end/technical_seo.php'));
|
||||
include(get_theme_file_path('/includes/front-end/registration_form_message.php'));
|
||||
@@ -25,6 +26,9 @@ add_action('wp_enqueue_scripts', 'themeStarter_enqueue');
|
||||
// Enqueue back-end/editor styles and script
|
||||
add_action('after_setup_theme', 'themeStarter_editor_enqueue');
|
||||
|
||||
// Hook the function to run when you visit the WordPress admin area
|
||||
// add_action('admin_init', 'update_page_content_from_file');
|
||||
|
||||
// Add Facebook Open Graph and Twitter Card to Head
|
||||
add_action('wp_head', 'open_graph_twitter_card', 2);
|
||||
|
||||
@@ -38,4 +42,4 @@ add_filter('login_headertitle', 'ourLoginTitle');
|
||||
add_filter('login_headerurl', 'ourHeaderUrl');
|
||||
|
||||
// Enqueue out stylesheet for login screen
|
||||
add_action('login_enqueue_scripts', 'ourLoginCSS');
|
||||
add_action('login_enqueue_scripts', 'ourLoginCSS');
|
||||
|
Reference in New Issue
Block a user