How to load all aws files on a custom plugin
-
Hi I need to upload certain files to amazon s3 cdn manually for that I need to load
include_once W3TC_DIR . ‘/vendor/autoload.php’;
But when the file is included I got a blank page. How i can use this on custom plugin also can you explain how to use
public function wp_loaded() {
add_action( ‘w3tc_extension_load’,
in plugin to load all files so that it will works .The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to load all aws files on a custom plugin’ is closed to new replies.