rwmb_before

rwmb_before

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wp-stateless.3.4.1

do_action('rwmb_before') is found 1 times:

  • /vendor/wpmetabox/meta-box/inc/meta-box.php line 206
     
    		// Allow users to add custom code before meta box content.
    		// 1st action applies to all meta boxes.
    		// 2nd action applies to only current meta box.
    		do_action( 'rwmb_before', $this );
    		do_action( "rwmb_before_{$this->id}", $this );
    
    		foreach ( $this->fields as $field ) {
    			RWMB_Field::call( 'show', $field, $saved, $this->object_id );
    		}
    
    

See this hook used in plugins: