Not able to make filters work
-
This is most likely a complete n00b mistake but im not able to run filters to disable CSS output and move JS to the bottom.
I was trying to achieve that with the following:
`
apply_filters( ‘sidebar_login_js_in_footer’, true );
apply_filters( ‘sidebar_login_include_css’, false);
`
Am I missing something here?
- The topic ‘Not able to make filters work’ is closed to new replies.