Click here to Skip to main content
15,894,896 members

Comments by Renuka Garg Phatak (Top 6 by date)

Renuka Garg Phatak 6-Apr-18 13:29pm View    
Thanks Balboos..
I got the solution. It was happening due to custom fields. I changed the method name in custom field for specific page and its working now.
Renuka Garg Phatak 4-Apr-18 13:57pm View    
I login into wordpress. In All pages there are some wordpress pages which are redirecting to my Custom php pages (<?php require_once ABSPATH.'wp-custom/pages/member-register-new.php'; ?>).
I un-published existing page. I created new word press page with same name which is redirecting to same old php page. It worked fine. Now it didn't called any method on redirection. I didn't make any changes to any config file etc. I just deactivated old page and created new page with same name.
Renuka Garg Phatak 3-Apr-18 16:09pm View    
I don't have access to database.
But It seems some code written in any file like header.php or some config file where we can call particular function based on page name.
if ispage('member-register')
ocot_session();
Not able to locate file. Also couldn't find if any category for pages is defined.
Renuka Garg Phatak 29-Mar-18 10:38am View    
Thanks Balboos.

So is there any list in word press which keeps information about all pages? It seems there is some kind of list/Information maintained somewhere in my application which defines two category of pages, one category which requires validation before redirection and one category doesn't require any validation.
Can anyone help me how where in word press this will be defined?
Renuka Garg Phatak 27-Mar-18 15:35pm View    
Deleted
Hide   Copy CodeHide   Copy CodeHide   Copy Code
tbSearch
is vulnerable to XSS attack.