Profiles

  • Member Since: September 22nd, 2016
  • Find me on:
  • Created a topic, PHP in Patterns?, on the site WordPress.org Forums:
    I'd like to allow users to add custom galleries in the…

  • Created a topic, Custom Plugin: How to lock/paywall content?, on the site WordPress.org Forums:
    I have a news site that I currently use Memberpress fo…

  • Created a topic, Multisite: Can site admins query user/user meta tables?, on the site WordPress.org Forums:
    As far as multisite goes, how does querying of the use…

  • Created a topic, Solution to create permission groups?, on the site WordPress.org Forums:
    I have a business directory website. Each business own…

  • Created a topic, REST vs Ajax for gallery?, on the site WordPress.org Forums:
    I have a gallery plugin based on the Javascript Lightg…

  • Created a topic, Deleting a token when compromised?, on the site WordPress.org Forums:
    Suppose a user had a JWT, but they believe it was crea…

  • Created a topic, Organizing/separating media files?, on the site WordPress.org Forums:
    I have a plugin that imports a bunch of photos from a …

  • Posted a reply to Get multiple sizes of same image?, on the site WordPress.org Forums:
    It's interesting that it doesn't return the entire relative directory in any url except for…

  • Created a topic, wp-cron and page load performance?, on the site WordPress.org Forums:
    I'm trying to figure out how WP-Cron could affect page…

  • Posted a reply to PHP Function callback from Admin dashboard?, on the site WordPress.org Forums:
    @jcastaneda I was more asking how to handle the front-end-> backend request....

  • Created a topic, PHP Function callback from Admin dashboard?, on the site WordPress.org Forums:
    Suppose I have a plugin with a admin page. I want …

  • Created a topic, Instantiate/init without loading a page?, on the site WordPress.org Forums:
    I need to hook into a third-party plugin, via wp-cron …

  • Created a topic, Plugins: Best practices for adding tokens and logs?, on the site WordPress.org Forums:
    I'm working on a plugin that stores a site admin's tok…

  • Created a topic, Get multiple sizes of same image?, on the site WordPress.org Forums:
    I'm building a gallery plugin. I have an array of imag…

  • Posted a reply to Best way to upload images by url on the backend?, on the site WordPress.org Forums:
    @bcworkz In actuality, it looks like "MediaURL":"https://image.com/jpeg"

  • Created a topic, Best way to upload images by url on the backend?, on the site WordPress.org Forums:
    I'm building a plugin that will import some data from …

  • Posted a reply to Bring in large amounts of data to database?, on the site WordPress.org Forums:
    I should have explained the scenario. My apologies. I'm making a mostly-custom plugin (in that,…

  • Created a topic, Bring in large amounts of data to database?, on the site WordPress.org Forums:
    I have a table separate from the standard Wordpress ta…

  • Posted a reply to Uploading media in a foreach loop?, on the site WordPress.org Forums:
    This code runs entirely in the backend. Basically it's there to bring a bunch of…

  • Created a topic, Uploading media in a foreach loop?, on the site WordPress.org Forums:
    I have a function that will create a post based on a J…

  • Created a topic, Display different page content based on user meta?, on the site WordPress.org Forums:
    I'm building a job board website and I'd like to displ…

  • Created a topic, Admin bar not loading on certain templates?, on the site WordPress.org Forums:
    I inherited a project that's using a custom child them…

  • Created a topic, Get most recently published post?, on the site WordPress.org Forums:
    Is there a Wordpress function to get the post with the…

  • Posted a reply to Custom API Endpoints: Enforce Authentication?, on the site WordPress.org Forums:
    @threadi Thanks for the input, that seems straightforward enough... What I struggle with is how…

  • Posted a reply to REST API to update serialized user meta fields?, on the site WordPress.org Forums:
    @bcworkz That seems to work, but the only potential problem I can forsee is if…

  • Created a topic, REST API to update serialized user meta fields?, on the site WordPress.org Forums:
    I want to update a user meta field that consists of a …

  • Created a topic, Custom API Endpoints: Enforce Authentication?, on the site WordPress.org Forums:
    I have a couple API Endpoints I've built that I need t…

  • Created a topic, How to loop through WP_Query, get thumbnails and return with posts?, on the site WordPress.org Forums:
    I have the code below to use WP_Query to get some post…

  • Created a topic, Get Hierarchal list of categories?, on the site WordPress.org Forums:
    Is there a function to get a hierarchal list of a cate…

  • Created a topic, Returning fewer fields when queries?, on the site WordPress.org Forums:
    I'm working on a mobile app, and using WP_Query end a …

  • Created a topic, Modify to spit out Firebase-friendly JWT?, on the site WordPress.org Forums:
    I'm working on a mobile app in Flutterflow to serve as…

  • Created a topic, RS256 Support?, on the site WordPress.org Forums:
    When I try to change the algorithm to RS256, my site b…

  • Posted a reply to Register users via REST API?, on the site WordPress.org Forums:
    @bcworkz Without storing a set of Admin credentials in the app's code itself (insecure) or…

  • Posted a reply to Register users via REST API?, on the site WordPress.org Forums:
    The in-built endpoint doesn't work, since it requires the user to authenticate... That won't work…

  • Created a topic, Application Password: Create via REST API, without having one, already?, on the site WordPress.org Forums:
    Suppose you're building an Android/iOS app for your si…

  • Created a topic, Custom REST endpoint: Returning post meta with featured image?, on the site WordPress.org Forums:
    I'm making a custom REST endpoint, and I want to find …

  • Created a topic, Register users via REST API?, on the site WordPress.org Forums:
    I want to allow users to register via REST API for a m…

  • Posted a reply to Multisite: Database Size?, on the site WordPress.org Forums:
    @bcworkz Okay that makes sense. As I poke around the database structure, it seems that…

  • Created a topic, Multisite: Database Size?, on the site WordPress.org Forums:
    In a large multisite instance, does the size of all of…

  • Created a topic, Feature Request: Multi-author support, on the site WordPress.org Forums:
    Could you guys ever support a "multi-author" method so…

  • Created a topic, Directory Site: ACF to manage permissions for specific posts?, on the site WordPress.org Forums:
    I'm building a directory site for bars/pubs in my area…

  • Created a topic, Page w/multiple post queriest: how to only show unique?, on the site WordPress.org Forums:
    I have a "magazine" type page that uses multiple query…

  • Posted a reply to Getting post_excerpt without custom?, on the site WordPress.org Forums:
    get_the_excerpt still retrieves the custom excerpt (the first few hundred characters from the_content)....

  • Created a topic, Getting post_excerpt without custom?, on the site WordPress.org Forums:
    I have a theme that has a custom excerpt made from the…

  • Created a topic, ACF Blocks: Dynamic Data?, on the site WordPress.org Forums:
    I'm interested in getting ACF Pro. I'd like to be able…

  • Created a topic, Get posts with certain template?, on the site WordPress.org Forums:
    I'm currently using the standard "Posts" post type to …

  • Created a topic, Adding “image gallery” to posts as meta?, on the site WordPress.org Forums:
    I'm currently using Advanced Custom Fields to add a "G…

  • Created a topic, Merging/upgrading subscriber plans?, on the site WordPress.org Forums:
    Suppose "Plan A" includes all content, except for the …

  • Created a topic, Check if using AMP template?, on the site WordPress.org Forums:
    I'm making a gallery plugin. If an AMP template will b…

  • Posted a reply to Content in header: Hiding on page load?, on the site WordPress.org Forums:
    The development server is behind the firewall, so I can't share the URL, but the…