Title: Get endpoint URL
Last modified: December 15, 2017

---

# Get endpoint URL

 *  Resolved [imcobarn](https://wordpress.org/support/users/imcobarn/)
 * (@imcobarn)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/get-endpoint-url/)
 * I’m adding links to job manger pages manually and wondering if there is a way
   to get url/slug of pages we selected in plugin settings, kind of like WooCommerce
   does with `wc_get_endpoint_url( 'my-account')`, that way if we change the page
   in settings, the url we added manually in theme files will change as well.
 * I looked on documentation page and in the code but could not find anything.
 * Thanks.

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Adam Heckler](https://wordpress.org/support/users/adamkheckler/)
 * (@adamkheckler)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/get-endpoint-url/#post-9793085)
 * The page ID’s are stored in three separate settings here:
 * [https://github.com/Automattic/WP-Job-Manager/blob/1.29.2/includes/admin/class-wp-job-manager-settings.php#L275-L295](https://github.com/Automattic/WP-Job-Manager/blob/1.29.2/includes/admin/class-wp-job-manager-settings.php#L275-L295)
 * So you can fetch them like so:
 * `get_option( 'job_manager_submit_job_form_page_id' );`
 * … and then use `get_permalink()` to return the actual URL.
 * Thanks!
    -  This reply was modified 8 years, 8 months ago by [Adam Heckler](https://wordpress.org/support/users/adamkheckler/).

Viewing 1 replies (of 1 total)

The topic ‘Get endpoint URL’ 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: [Adam Heckler](https://wordpress.org/support/users/adamkheckler/)
 * Last activity: [8 years, 8 months ago](https://wordpress.org/support/topic/get-endpoint-url/#post-9793085)
 * Status: resolved