Import manipulate with shortcode / function
-
I need to make an import for JSON url files.
I will need scheduling and some data transformation.
I tested the shortcode method to call a custom function to change a source date field. But the shortocode is not running, and the function is not running.
The shortcode: [wpie_function custom_function=”fm_getdate” ]
The documentation about using the shortcode: https://plugins.vjinfotech.com/wordpress-import-export/documentation/add-shortcode/
The function in functions.php:
function fm_getdate ( ) {
$fecha = new DateTime();
return $fecha->format(“Y-m-d H:i”);
}The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Import manipulate with shortcode / function’ is closed to new replies.