Example code
Step 1
XTRA
Using WordPress action add content or PHP codes
In the following example you can see how to run your custom PHP codes after importing slider from demo importer side.
XTRA
How and where should I add this PHP codes?
Best solution is to add custom actions and filters in Child Theme functions.php file. But also you can create your own plugin and use this codes in your plugin.
No comment