Any suggestions?
]]>Insert the following code into the function.php file to specify the location of the link:
function wp_dequeue_style( $handle ) {
_wp_scripts_maybe_doing_it_wrong( __FUNCTION__, $handle );
wp_styles()->dequeue( $handle );
}
Let me know if my answer helps you resolve your isse.
]]>I pasted this in the child theme’s function.php file and when I tried to save it I got this error:
Your PHP code changes were rolled back due to an error on line 55 of file wp-content/themes/phlox-child/functions.php. Please fix and try saving again.
Cannot redeclare wp_dequeue_style() (previously declared in wp-includes/functions.wp-styles.php:195)
]]>