pum-debug.log file with mulitple ‘deprecated’ messages
-
Hi
I recently installed popup maker and see that in the wp-content/uploads directory it has created a file called:
pum-debug.logwith multiple instances of this line:
filter:popmake_get_the_popup_data_attr is deprecated since version 1.7.0! Use filter:pum_popup_data_attr instead
From looking at the code it seems you have a file called pum-deprecated-v1.7.php with this function:
pum_deprecated_get_the_popup_data_attr_filter
which is obviously designed to deal with deprecated instances of the popmake_get_the_popup_data_attr filter.
It is logging the fact using:
PUM_Logging::instance()->log_deprecated_notice( 'filter:popmake_get_the_popup_data_attr', '1.7.0', 'filter:pum_popup_data_attr' );
Can we disable the logging so that the logfile doesn’t get stupidly large?
Obviously I can edit your pum-deprecated-v1.7.php file, but that will get overwritten with the next update
Note that if you Google “pum-debug.log” you get a list of sites with the same problem.
Thanks
- The topic ‘pum-debug.log file with mulitple ‘deprecated’ messages’ is closed to new replies.