Skip to content
Snippets Groups Projects
Verified Commit 73b055a5 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

remove ".values" from mu_plugins usage

parent d32e82f0
No related branches found
No related tags found
1 merge request!102Resolve "Custom plugin for WP"
Pipeline #11580 passed with stage
in 45 seconds
......@@ -37,7 +37,7 @@
- name: Echo all the MU plugins filenames into the load.php file
lineinfile:
dest: "{{ WP_CONTENT_MOUNT }}/{{ WP_MU_PLUGINS_DIR }}/load.php"
line: "require(WPMU_PLUGIN_DIR . '/{{ wp_mu_plugin.slug }}/{{ wp_mu_plugin.value.phpfile }}');"
line: "require(WPMU_PLUGIN_DIR . '/{{ wp_mu_plugin.slug }}/{{ wp_mu_plugin.phpfile }}');"
insertbefore: EOF
loop: "{{ WP_MU_PLUGINS }}"
loop_control:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment