Title: Bookmark hook destroy layout
Last modified: June 10, 2024

---

# Bookmark hook destroy layout

 *  Resolved [braehler](https://wordpress.org/support/users/braehler/)
 * (@braehler)
 * [2 years ago](https://wordpress.org/support/topic/bookmark-hook-destroy-layout/)
 * Hey there,
   we are currently working on a relaunch of our webiste and we have 
   some final details to get done. When it comes the the bookmark hook, we are runnning
   into an issue:
 * If we place the following hook
 *     ```wp-block-code
       add_action( 'job_listing_meta_end', array( $job_manager_bookmarks, 'bookmark_form' ) );
       ```
   
 * the layout of the jobs list is destroyed. We have no idea why this is happening.
   Anyone an idea about that?
    -  This topic was modified 2 years ago by [braehler](https://wordpress.org/support/users/braehler/).

Viewing 1 replies (of 1 total)

 *  [mobilefox](https://wordpress.org/support/users/blackburnfox/)
 * (@blackburnfox)
 * [2 years ago](https://wordpress.org/support/topic/bookmark-hook-destroy-layout/#post-17817624)
 * While I can’t pinpoint exactly why this hook is causing troubles on your site,
   I may be able to share some documentation that can help guide the way towards
   the customization you’re after. We have relevant information to Bookmarks and
   Hooks in the following places:
    - [Bookmarks](https://wpjobmanager.com/document/extensions/bookmarks/)
    - [Example Snippets for Bookmarks](https://wpjobmanager.com/document/extensions/bookmarks/bookmarks-snippets/)
    - [Custom Development](https://wpjobmanager.com/document/advanced-usage/custom-development/)
 * Since the issue is with the layout, you may also want to try temporarily setting
   your site’s theme to Twenty Twenty-four to see if your current theme could be
   the cause of the trouble.
 * Helping with this issue any further is outside the [scope](https://wpjobmanager.com/support-policy/.)
   of what we can assist with, but you may find a 3rd party developer is able to
   help you write custom code to achieving your goals.

Viewing 1 replies (of 1 total)

The topic ‘Bookmark hook destroy layout’ is closed to new replies.

 * ![](https://ps.w.org/wp-job-manager/assets/icon-256x256.gif?rev=2975257)
 * [WP Job Manager](https://wordpress.org/plugins/wp-job-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-job-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-job-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-job-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-job-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-job-manager/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [mobilefox](https://wordpress.org/support/users/blackburnfox/)
 * Last activity: [2 years ago](https://wordpress.org/support/topic/bookmark-hook-destroy-layout/#post-17817624)
 * Status: resolved