rwmb_get_value

rwmb_get_value

Hook Type: filter

See hook in core

Displaying hooks found in version: wp-stateless.4.1.2

apply_filters('rwmb_get_value') is found 1 times:

  • /vendor/wpmetabox/meta-box/inc/functions.php line 162
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
             * @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' ) ) {