Title: will83's Replies | WordPress.org

---

# will83

  [  ](https://wordpress.org/support/users/will83/)

 *   [Profile](https://wordpress.org/support/users/will83/)
 *   [Topics Started](https://wordpress.org/support/users/will83/topics/)
 *   [Replies Created](https://wordpress.org/support/users/will83/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/will83/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/will83/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/will83/engagements/)
 *   [Favorites](https://wordpress.org/support/users/will83/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP REST Cache] Query param for flushing cache](https://wordpress.org/support/topic/query-param-for-flushing-cache/)
 *  Thread Starter [will83](https://wordpress.org/support/users/will83/)
 * (@will83)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/query-param-for-flushing-cache/#post-14947745)
 * I use your plugin for requests that come from a website in Next.js (I use WordPress
   as a headless CMS).
    Especially in the development phase, it’s annoying for the
   front end developer to have to flush the cache from the WordPress admin (sometimes
   they don’t even have access to it). I imagine it could have other uses in production.
   I understand that it can be annoying that someone invalidates the cache without
   my permission. To overcome this, the parameter could have the value of a token
   defined by the backend developer (like ?flush_cache=WP_REST_CACHE_FLUSH_TOKEN,
   possibly correlated with the existence of a WP_REST_CACHE_FLUSH_TOKEN constant
   defined in wp-config.php).
 * Thank you!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Invalid argument supplied for foreach() in class-wp-post-type.php](https://wordpress.org/support/topic/invalid-argument-supplied-for-foreach-in-class-wp-post-type-php/)
 *  [will83](https://wordpress.org/support/users/will83/)
 * (@will83)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/invalid-argument-supplied-for-foreach-in-class-wp-post-type-php/#post-12154058)
 * If you have a custom post type registred with register_post_type(), the “supports”
   argument must be an array, if not it generate this error.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ACF Front End Editor] Limit ACF Front End Editor editable content?](https://wordpress.org/support/topic/limit-acf-front-end-editor-editable-content/)
 *  [will83](https://wordpress.org/support/users/will83/)
 * (@will83)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/limit-acf-front-end-editor-editable-content/#post-8834042)
 * +1 ! I need that option 😉
    But it seems that when you use : `strip_tags(get_field('
   MyFieldThatShouldBeNotEditableInFrontEnd'))` it works
    -  This reply was modified 9 years, 2 months ago by [will83](https://wordpress.org/support/users/will83/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Hierarchical URL in menu editor](https://wordpress.org/support/topic/hierarchical-url-in-menu-editor/)
 *  Thread Starter [will83](https://wordpress.org/support/users/will83/)
 * (@will83)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/hierarchical-url-in-menu-editor/#post-3066079)
 * Sorry but I really need an answer. Is it possible to base pages URL’s on menu
   maker ?
    Where we can post feature request ? Thx !
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [post_row_actions in 3.4](https://wordpress.org/support/topic/post_row_actions-in-34/)
 *  Thread Starter [will83](https://wordpress.org/support/users/will83/)
 * (@will83)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/post_row_actions-in-34/#post-3072302)
 * I do not know why it didn’t work! It’s ok right now !
    But quick question, do
   you know how can I alter the post title link in the page/post list in admin ?
   If I want to disable “$action[‘edit’], i’ve to unset the post title link too !
   Thank you for your answer !
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Set Link from the_author to author’s archive](https://wordpress.org/support/topic/set-link-from-the_author-to-authors-archive/)
 *  [will83](https://wordpress.org/support/users/will83/)
 * (@will83)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/set-link-from-the_author-to-authors-archive/#post-977617)
 * In the index.php and the single.php files of your theme replace
    `<?php the_author()?
   >` by `<?php the_author_posts_link() ?>`

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