mh_after_post_content
The MH Corporate basic mh after post content function.
Description
mh_after_post_content();
Usage
if ( !function_exists( 'mh_after_post_content' ) ) { require_once '/functions.php'; } // NOTICE! Understand what this does before running. $result = mh_after_post_content();
Defined (1)
The function is defined in the following location(s).
- /functions.php
- function mh_after_post_content() {
- do_action('mh_after_post_content');
- }