acf/settings/{$name}

acf/settings/{$name}

Hook Type: filter

See hook in core

Displaying hooks found in version: advanced-custom-fields.6.3.5

apply_filters('acf/settings/{$name}') is found 1 times:

  • /includes/api/api-helpers.php line 92
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
            $value = acf_raw_setting( $name );
        }
     
        // filter.
        $value = apply_filters( "acf/settings/{$name}", $value );
     
        return $value;
    }
     
    /**
     * Return an array of ACF's internal post type names