rwmb_get_value

rwmb_get_value

Hook Type: filter

See hook in core

Displaying hooks found in version: wp-stateless.3.4.1

apply_filters('rwmb_get_value') is found 1 times:

  • /vendor/wpmetabox/meta-box/inc/functions.php line 161
    		 * @param array    $field   Field parameters.
    		 * @param array    $args    Additional arguments. Rarely used. See specific fields for details.
    		 * @param int|null $post_id Post ID. null for current post. Optional.
    		 */
    		$value = apply_filters( 'rwmb_get_value', $value, $field, $args, $post_id );
    
    		return $value;
    	}
    }
    
    if ( ! function_exists( 'rwmb_the_value' ) ) {