You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<?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 ); |