rwmb_field_registered

rwmb_field_registered

Hook Type: action

See hook in core

Displaying hooks found in version: wp-stateless.4.0.3

do_action('rwmb_field_registered') is found 1 times:

  • /vendor/wpmetabox/meta-box/inc/field-registry.php line 30
    			$this->data[ $object_type ][ $type ] = [];
    		}
    		$this->data[ $object_type ][ $type ][ $field['id'] ] = $field;
    
    		do_action( 'rwmb_field_registered', $field, $type, $object_type );
    	}
    
    	/**
    	 * Retrieve a field.
    	 *
    	 * @param string $id          A meta box instance id.