If you turn on debugging, you’ll see this on all pages:
Strict Standards: Declaration of rowbory_qep_Walker::start_el() should be compatible with Walker_PageDropdown::start_el(&$output, $page, $depth = 0, $args = Array, $id = 0) in /wp-content/plugins/quick-edit-popup/quick-edit-pages.php on line 156
To resolve, change line 132 of quick-edit-pages.php from:
function start_el(&$output, $page, $depth, $args) {
to:
function start_el(&$output, $page, $depth = 0, $args = array(), $id = 0) {
]]>Hi ,
Can anyone help me to figure out this problem.
My Clint want to add post content column in quick edit screen so that he can add/edit the content in quick edit screen, can anyone tell me the solutions ?
https://www.ads-software.com/extend/plugins/quick-edit-popup/
]]>