• Hi,

    I’m using custom templates and in my template file i’m using the_content() function.
    I just want the content HTML without the map and metadata from the job.

    So I can use the get_the_content() function but than I can’t use Youtube embed links while the_content() does 🙂

    So I fount the variable in class-wp-job-manager-post-types.php on line 50.
    When I set the value to false I have exactly what I need but I can’t seem to set the option outside this file.

    My question is how can I change the value of this line from true to false and still be able to update the plugin. As I see it this is not possible currently.

    https://wordpress.org/plugins/wp-job-manager/

Viewing 1 replies (of 1 total)
  • Plugin Contributor Davor

    (@davoraltman)

    Hi there,

    From what I know, there’s no other way and you’ll need to change the file class-wp-job-manager-post-types.php directly and make sure to also modify it after we release an update.

    Thanks,
    Davor

Viewing 1 replies (of 1 total)

The topic ‘Set Job Content Filter to false’ is closed to new replies.