ACF Table Field Pro Add-on Docs Last updated:

Filter acf_tablefield/settings/{$name}

Parameters

add_filter( 'acf_tablefield/settings/{$name}', function( $value ) { 
 
	return $value; 
} );
    • value
    • (mixed – The settings value)

Settings

Name Type Added Description
url string 1.0.0 URL to plugin folder including trailing slash. Defaults to plugin_dir_url()

Previous and Next Sources

Parent sources

Parent sources

On this page