This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
if (class_exists('LaunchWP\Main')) { | |
$flush = new LaunchWP\Main(); | |
$flush->flush_full_launchwp_cache(); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$urls = [ 'https://example.com/page-1', 'https://example.com/page-2' ]; | |
if (class_exists('LaunchWP\Main')) { | |
$flush = new LaunchWP\Main(); | |
$flush->flush_launchwp_cache_for_urls( $urls ); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$url = 'https://example.com/page-1'; | |
if (class_exists('LaunchWP\Main')) { | |
$flush = new LaunchWP\Main(); | |
$flush->flush_launchwp_cache_for_url( $url ); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"type":"elementor","siteurl":"https://markedjump.s4-tastewp.com/wp-json/","elements":[{"id":"c7e89a7","elType":"section","isInner":false,"isLocked":false,"settings":{"_title":"","layout":"boxed","content_width":{"unit":"px","size":"","sizes":[]},"content_width_tablet":{"unit":"px","size":"","sizes":[]},"content_width_mobile":{"unit":"px","size":"","sizes":[]},"gap":"default","gap_columns_custom":{"unit":"px","size":"","sizes":[]},"gap_columns_custom_tablet":{"unit":"px","size":"","sizes":[]},"gap_columns_custom_mobile":{"unit":"px","size":"","sizes":[]},"height":"default","custom_height":{"unit":"px","size":400,"sizes":[]},"custom_height_tablet":{"unit":"px","size":"","sizes":[]},"custom_height_mobile":{"unit":"px","size":"","sizes":[]},"column_position":"middle","content_position":"","overflow":"","stretch_section":"","html_tag":"","structure":"10","background_background":"","background_color":"","background_color_stop":{"unit":"%","size":0,"sizes":[]},"background_color_stop_tablet":{"unit":"%"},"background |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/dashboard/ | |
/checkout/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/my-account/ | |
/courses/ | |
/dashboard/ | |
/checkout/ | |
/quiz/ | |
/assignment/ | |
/instructor/ | |
/wp-json/academy/ | |
/wp-json/learnpress/ | |
/wp-json/wp/v2/users/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/thank-you/ | |
/account/ | |
/login/ | |
/register/ | |
/unauthorized/ | |
/mepr/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/wp-json/wp/v2/app_pages/ | |
/wp-json/buddyboss/ | |
/wp-json/buddyboss-app/ | |
/wp-json/appboss/ | |
/members/ | |
/videos/ | |
/photos/ | |
/documents/ | |
/groups/ | |
/forums/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
location ~* /wp-content/uploads/bb_medias/ { | |
if ( $upstream_http_x_accel_redirect = "" ) { | |
return 403; | |
} | |
internal; | |
} | |
location ~* /wp-content/uploads/bb_videos/ { | |
if ( $upstream_http_x_accel_redirect = "" ) { | |
return 403; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.wp-block-post-featured-image.alignfull img, .wp-block-post-featured-image.alignwide img { | |
border-radius: 10px !important; | |
} | |
.alignwide .wp-block-post-featured-image{ | |
margin-top:25px!important; | |
} | |
.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li { | |
width: 100% !important; | |
} | |
.has-x-large-font-size { |
NewerOlder