wpseo_saved_indexable
wpseo_saved_indexable
Appears in: wordpress-seo.26.3
Hook Type: action
See hook in action
Displaying hooks found in version: wordpress-seo.26.3do_action('wpseo_saved_indexable') is found 1 times:
- /src/helpers/indexable-helper.php line 323
Warning: Undefined array key 327 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 328 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
* right after the indexable is created or updated. * * @param Indexable $indexable The saved indexable. */ \do_action( 'wpseo_saved_indexable', $indexable ); return $indexable; } }