markjaquith / page-links-to

#WordPressPlugin: Lets you make a WordPress page (or other content type) link to an external URL of your choosing, instead of its WordPress URL.
GNU General Public License v2.0
110 stars 46 forks source link

Consider supporting only publicly queryable post types by default #183

Open knutsp opened 4 months ago

knutsp commented 4 months ago

I may be missing something, but does this plugin do anything meaningful for non public post types like wp_block and your own wp-help? https://github.com/markjaquith/page-links-to/blob/6a90698d808c3f86fb2cded5bf03dd5870b5d73a/classes/plugin.php#L518 'publicly_queryable' => true,