Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
blog
/
wp-content
/
themes
/
woodmart
/
inc
/
integrations
:
aioseo.php
Advanced Search
Upload
New Item
Settings
-- Select Mode --
-- Select Theme --
-- Select Font Size --
Back
Back Up
Normal Editor
Save
<?php /** * AIOSEO. * * @package woodmart */ if ( ! function_exists( 'aioseo' ) ) { return; } add_action( 'wp_head', 'woodmart_page_css_files_disable', 0 ); add_action( 'wp_head', 'woodmart_page_css_files_enable', 2 );