Fix images using CloudFlare hotlink protection and Beaver Builder
// The first URL is your actual URL. The second is your CDN url. | |
add_filter( 'fl_builder_render_css', function( $css ) { | |
$css = str_replace( 'https://pressavenue.com/', 'https://your.cdn.com/', $css ); | |
return $css; | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
Full blog post and explanation here https://pressavenue.com/beaver-builder-row-background-image-fix/