generate_load_child_theme_stylesheet

generate_load_child_theme_stylesheet

GeneratePress loads the child theme stylesheet by default if a child theme is active.

The generate_load_child_theme_stylesheet filter allows you to disable that so you can add your own child theme stylesheet.

add_filter( 'generate_load_child_theme_stylesheet', '__return_false' );

發表回覆

您的郵箱地址不會被公開。 必填項已用 * 標註