wpseo_save_indexable, $indexable, $indexable_before

wpseo_save_indexable, $indexable, $indexable_before

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

do_action('wpseo_save_indexable, $indexable, $indexable_before') is found 1 times:

  • /src/helpers/indexable-helper.php line 314
    			 *
    			 * @param Indexable $indexable        The saved indexable.
    			 * @param Indexable $indexable_before The indexable before saving.
    			 */
    			\do_action( 'wpseo_save_indexable', $indexable, $indexable_before );
    		}
    
    		/**
    		 * Action: 'wpseo_save_indexable' - Allow developers to perform an action
    		 * right after the indexable is created or updated.
    		 *