• Resolved wpthemes

    (@wpthemes)


    Firstly, this is an amazing plugin, thanks and congratulations to the developer.
    I am having a small issue, I am using the WP Front end editor plugin (v 0.9) and it uses the end point “edit” for editing posts,pages and other custom post types.

    Since this plugin also uses the endpoint “edit” to edit the uploaded docs, is there any way using which we can change the “edit” endpoint for this plugin.

    https://wordpress.org/plugins/buddypress-docs/

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

    (@boonebgorges)

    I believe you should be able to do this by putting the following in your wp-config.php file:

    define( 'BP_DOCS_EDIT_SLUG', 'edit-doc' );

    where you change ‘edit-doc’ to whatever you’d like. Be sure to resave your settings at Dashboard > Settings > Permalinks after you’ve made the change.

    Thread Starter wpthemes

    (@wpthemes)

    Awesome. Thanks, 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change the "edit" endpoint’ is closed to new replies.