Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author BlueGlass

    (@blueglassinteractive)

    Hi @matthewprc

    You can do this from code for now, we have a hook for this:

    add_filter('job-postings/json_ld', function( $json_ld, $post_id ){ 
        // Manipulate wiht JSON-LD array here
        return $json_ld; 
    });

    With this hoo you can manipulate the whole array of data that is passed to Google Jobs

    Br

    Thread Starter matthewbprc

    (@matthewprc)

    Excellent, thank you! I will take a look at this.

    Cheers,

    Matthew

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Change @type to EducationalOccupationalProgram?’ is closed to new replies.