Load WordPress core but with specific plugins

Question

I am looking for a way to create a custom PHP file, where WordPress core is loaded, but only with specific plugins activated.

<?php
require_once '../../wp-load.php';
// load specific plugins

// do something

How is this possible?

0
, FooBar 4 years 2020-06-03T07:11:03-05:00 0 Answers 98 views 0

Leave an answer

Browse
Browse