👇 here's another way to bulk edit content within #WordPress

just enable Enfold's debug mode to view and edit source code - perfect for bulk edits!

//Enfold debug mode box
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}
Post image

Comments