Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter egy6girls

    (@egy6girls)

    please i need your help for add a custom page to Validation target ..

    Plugin Author tokkonopapa

    (@tokkonopapa)

    Hi @egy6girls,

    Although I have no idea how do you configure your WP and what type of script do you use in your /mchat/, you can locate /mchat/index.php including the following snippet:

    <?php
    // Load the WordPress library.
    require_once( dirname( dirname(__FILE__) ) . '/wp-load.php' );
    
    // Start your script.
    ;

    It means that every visitor to /mchat/ should load WordPress core once. But I do not know what will happen as a side effect.

    And also “Block by country” at “Public facing pages” in “Front-end target settings” section on IP Geo Block settings page should be enabled.

    • This reply was modified 6 years, 8 months ago by tokkonopapa.
    Thread Starter egy6girls

    (@egy6girls)

    it’s work ..
    thank you so much .

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘i want apply the setting to all domain pages’ is closed to new replies.