wpseo_schema_webpage_potential_action_target, [ $url ]
wpseo_schema_webpage_potential_action_target, [ $url ]
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_schema_webpage_potential_action_target, [ $url ]') is found 1 times:
- /src/generators/schema/webpage.php line 148
* Filter: 'wpseo_schema_webpage_potential_action_target' - Allows filtering of the schema WebPage potentialAction target. * * @param array<string> $targets The URLs for the WebPage potentialAction target. */ $targets = \apply_filters( 'wpseo_schema_webpage_potential_action_target', [ $url ] ); $data['potentialAction'][] = [ '@type' => 'ReadAction', 'target' => $targets, ];