• If I need, I flush URL from Page cache:

    $post_url = get_permalink( $post_id );
    if ( function_exists('w3tc_flush_url') ) {
    w3tc_flush_url( $post_url );
    }

    How can I perform the opposite action and add the URL in the Page cache?

The topic ‘How add URL to page cache without using the WP Admin interface?’ is closed to new replies.