File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 66
77if [[ " ${_HAS_WPUTOOLS_LOCAL} " == ' 1' ]]; then
88 bashutilities_message " A wputools-local.sh file already exists." ' warning' ;
9+ bashutilities_message " Loaded from: ${_WPUTOOLS_LOCAL_LOADED[*]} " ' info' ;
910fi ;
1011if [[ " ${_wputools_test__file} " != ' ' ]]; then
1112 bashutilities_message " A wputools-urls.txt file already exists." ' warning' ;
Original file line number Diff line number Diff line change 22
33WPUTools (){
44
5- local _WPUTOOLS_VERSION=' 0.142.3 ' ;
5+ local _WPUTOOLS_VERSION=' 0.142.4 ' ;
66local _PHP_VERSIONS=(7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4 8.5 9.0)
77local _PHP_VERSIONS_OBSOLETES=(7.0 7.1 7.2 7.3 7.4 8.0)
88local _PHP_VERSIONS_ADVANCED=(8.3 8.4 8.5 9.0)
@@ -37,6 +37,7 @@ local _HAS_WPUTOOLS_LOCAL='0';
3737local _WPUTOOLS_NO_UPDATE=' 0' ;
3838local _WPUTOOLS_DBIMPORT_IGNORE_LOCALOVERRIDES=' 0' ;
3939local _WPUTOOLS_ACF_PRO_LICENSE=' LICENSE' ;
40+ local _WPUTOOLS_LOCAL_LOADED=();
4041_WPUWOO_ACTION_DIR=" ${_TOOLSDIR} wpuwooimportexport/" ;
4142_WPUTOOLS_PLUGIN_LIST=" ${_TOOLSDIR} plugins.txt" ;
4243_WPUTOOLS_PLUGIN_FAV_LIST=" ${_TOOLSDIR} plugins-favorites.txt" ;
4849if [[ -f " ${_CURRENT_DIR} ../wputools-local.sh" ]]; then
4950 . " ${_CURRENT_DIR} ../wputools-local.sh" ;
5051 _HAS_WPUTOOLS_LOCAL=' 1' ;
52+ _WPUTOOLS_LOCAL_LOADED+=(" ${_CURRENT_DIR} ../wputools-local.sh" );
5153fi ;
5254if [[ -f " ${_CURRENT_DIR} wputools-local.sh" ]]; then
5355 . " ${_CURRENT_DIR} wputools-local.sh" ;
5456 _HAS_WPUTOOLS_LOCAL=' 1' ;
57+ _WPUTOOLS_LOCAL_LOADED+=(" ${_CURRENT_DIR} wputools-local.sh" );
5558fi ;
5659
5760# ##################################
You can’t perform that action at this time.
0 commit comments