Passer la navigation

[Résolu] The right slug to use for making relationship mandatory and showing an error on

This support ticket is created Il y a 3 années et 10 mois. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Fuseau horaire du supporter : America/Jamaica (GMT-05:00)

Ce sujet contient 2 réponses, a 2 voix.

Dernière mise à jour par himanshuS Il y a 3 années et 10 mois.

Assisté par: Shane.

Auteur
Publications
#2169771

I am using backend code to prompt user to create a parent before creating a child post but I am having difficulty using the right slug. Can you please tell me the format of the post relationship slug?

relationship slug = company-to-job

Here is my code

           // check if company id exists
        if ( empty( $fields['wpcf-@company-to-job_parent']['value'] )) {
 
            $errors['wpcf-@company-to-job_parent'] = 'You must create company profile before creating a job';
        }  
#2170051

Shane
Supporter

Les langues: Anglais (English )

Fuseau horaire: America/Jamaica (GMT-05:00)

Hi Himanshu,

Try using
"@company-to-job_parent"

Thanks,
Shane

#2171479

My issue is resolved now. Thank you!