You appear to be a bot. Output may be restricted
Description
Callback for virtual field "no_title"Unfortunately this function gets called too late The shortcode is not expanded until the title has been displayed
Usage
genesistant_no_title();
Parameters
Returns
voidSource
File name: genesistant/genesistant.phpLines:
1 to 5 of 5
function genesistant_no_title() { remove_action( 'genesis_entry_header', 'genesis_do_post_title' ); //gob(); }View on GitHub