• Resolved wp theme

    (@poiulkjh2)


    Hello
    How can I change some pages?
    For example, change the content of the “views/import.php” page using the filter.

    Next question, can I edit the pages inside the plugin and change the name of the plugin like this?
    name-theme-one-click-demo-import

Viewing 1 replies (of 1 total)
  • Plugin Author Gregor Capuder

    (@capuderg)

    Hi @poiulkjh2,

    if you would want to change the “views/import.php” output, you would have to overwrite this filter ocdi/plugin_page_display_callback_function. But with this filter you will have to define the whole plugin output for the Import Demo Data admin menu item. Search the plugin code for this filter and you will see how it’s used.

    You can change plugin name and other details with this filter ocdi/plugin_page_setup, please read this section of our docs for more info.

    Have a nice day!

Viewing 1 replies (of 1 total)

The topic ‘Edit plugin pages’ is closed to new replies.