You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi is there a way to trigger image replacement directly from PHP function?
Eg.
function do_the_image_replacement() {
// prepare the replacement data here
// define image path, all config data
// trigger the replacement similar to:
$controller = \EnableMediaReplace\ViewController\UploadViewController::getInstance();
$controller->load();
// etc.
}
The text was updated successfully, but these errors were encountered:
Hi is there a way to trigger image replacement directly from PHP function?
Eg.
The text was updated successfully, but these errors were encountered: