Help me how to do this correctly. I don’t understand how to add a dependency correctly.
To a file learnpress/mu-plugin/class-lp-mu-plugin.php I add the code to the function getPluginsMustLoadInUrl(). But I don’t understand what needs to be written in the third line:
'wp-json/lp/v1/courses/archive-course' => [
'learnpress/learnpress.php' => [],
'learnpress/learnpress.php' => [
'advanced-custom-fields-pro/acf.php',
],
],
And up version of LP to 4.1.7.2.