We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11c7655 commit 6fda858Copy full SHA for 6fda858
start.php
@@ -42,6 +42,8 @@ function shashinActivate() {
42
}
43
44
require_once dirname(__FILE__) . '/../toppa-plugin-libraries-for-wordpress/ToppaAutoLoaderWp.php';
45
+ new ToppaAutoLoaderWp('/toppa-plugin-libraries-for-wordpress');
46
+ new ToppaAutoLoaderWp('/shashin');
47
$shashin = new ShashinWp();
48
$status = $shashin->install();
49
0 commit comments