Federico Posted November 30, 2017 Posted November 30, 2017 Hi all, what is the best way to get a custom field value, currently viewing in a single user page (admin side) and within the ready.php? I tried the following, without success $fieldValue = $page->customFieldName; // tentative 01 - fails $fieldValue = $this->customFieldName; // tentative 02 - fails $fieldValue = $this->page->customFieldName; // tentative 03 - fails note that the custom field is a simple text field I need it to auto populate another custom field that follows the one above thanks!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now