rwmb_after

rwmb_after

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wp-stateless.3.4.1

do_action('rwmb_after') is found 1 times:

  • /vendor/wpmetabox/meta-box/inc/meta-box.php line 216
     
    		// Allow users to add custom code after meta box content.
    		// 1st action applies to all meta boxes.
    		// 2nd action applies to only current meta box.
    		do_action( 'rwmb_after', $this );
    		do_action( "rwmb_after_{$this->id}", $this );
    
    		// End container.
    		echo '</div>';
    	}
    
    

See this hook used in plugins: