Uses existing template parts in the currently-active theme to build a customized page with rearrangeable elements.
GNU General Public License v2.0
136
stars
25
forks
source link
Do not conditionally load init.php based on CMB2_LOADED. #20
Closed
jtsternberg closed 9 years ago
By wrapping in the CMB2_LOADED check you are short-circuiting CMB2's system for ensuring the newest version is loaded. https://github.com/WebDevStudios/WDS-Simple-Page-Builder/blob/master/wds-simple-page-builder.php#L36-L38 the check is not needed and will provide a bad precedent for other devs who use this lib as an example to follow.