aioseo_insert_post

aioseo_insert_post

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

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

do_action('aioseo_insert_post') is found 1 times:

  • /app/Common/Models/Post.php line 332
    328
    329
    330
    331
    332
    333
    334
    335
    336
    337
    338
            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.
     *