• Resolved lmn40227

    (@lmn40227)


    is that possible hook to another one and still can make this work.
    cren_plugin.php
    add_action(‘init’, ‘cren_unsubscribe_route’);

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter lmn40227

    (@lmn40227)

    Submissions.php
    add_action(‘init’, array($this, ‘post_type’));

    Plugin Author guhemama

    (@guhemama)

    Not really, because we must intercept the request early on. Also, the plugin is very lightweight, and it is unlikely to be causing the performance issue. Have you tried disabling all plugins and enabling one by one to see how they affect performance?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘hook to init make website slow.’ is closed to new replies.