aioseo_insert_post

aioseo_insert_post

Hook Type: action

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.4.6.2

do_action('aioseo_insert_post') is found 1 times:

  • /app/Common/Models/Post.php line 295
    			return $lastError;
    		}
    
    		// Fires once an AIOSEO post has been saved.
    		do_action( 'aioseo_insert_post', $postId );
    	}
    
    	/**
    	 * Checks if the title/description is the same as their default format in Search Appearance and nulls it if this is the case.
    	 * Doing this ensures that updates to the default title/description format also propogate to the post.
    	 *