Shortcodes Causing PHP Warnings
-
I need to add a simple search bar shortcode function in my theme function.php so that I can add WordPress search bar in every posts and pages with the following code:
add_shortcode('wpsearch', 'get_search_form');
This code works just fine but I get the following php warning:
PHP Warning: Cannot modify header information
Based on my research, it should be returned as a function but I don’t know how to do it.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Shortcodes Causing PHP Warnings’ is closed to new replies.