Profiles

  • Member Since: November 28th, 2020
  • Find me on:
  • Posted a reply to Custom Role Broken, on the site WordPress.org Forums:
    @bcworkz function delete_role(){ $roles = wp_roles()->get_names(); foreach( $roles as $role ) { if ($role =…

  • Posted a reply to Custom Role Broken, on the site WordPress.org Forums:
    @bcworkz so translate_user_role is only called to echo the name. I don’t believe it does…

  • Created a topic, Register post type without init, on the site WordPress.org Forums:
    So I am trying to create a new post type but the only …

  • Posted a reply to Custom Role Broken, on the site WordPress.org Forums:
    @bcworkz i figured out that if I create a form and have the restaurant name…

  • Posted a reply to Custom Role Broken, on the site WordPress.org Forums:
    @bcworkz So i got it working and deleted the roles I wanted. Then I went…

  • Posted a reply to Custom Role Broken, on the site WordPress.org Forums:
    @bcworkz so I should make a custom code that gets an array of all the…

  • Created a topic, Custom Role Broken, on the site WordPress.org Forums:
    I was trying to create a custom role using this line o…

  • Created a topic, If or, on the site WordPress.org Forums:
    This is a pretty simple question honestly confused I h…

  • Posted a reply to Post delete but goes to page saying it can’t delete, on the site WordPress.org Forums:
    So I got it working with this function force_type_private($post) { if ($post ['post_status'] != 'trash')…

  • Created a topic, Changing role if subscribed, on the site WordPress.org Forums:
    I’m looking into purchasing this for my website. I jus…

  • Posted a reply to Post delete but goes to page saying it can’t delete, on the site WordPress.org Forums:
    @bcworkz I came up with this but it isn't working. I believe it doesn't work…

  • Posted a reply to Post delete but goes to page saying it can’t delete, on the site WordPress.org Forums:
    @bcworkz so could this work I’m having a hard time finding info on hooks and…

  • Posted a reply to Deleting post if field is empty, on the site WordPress.org Forums:
    function remove_if_empty ($post) { if ($post['post_title'] = 'autodraft') { wp_die('Post was not saved'); return $post;…

  • Posted a reply to Post delete but goes to page saying it can’t delete, on the site WordPress.org Forums:
    @bcworkz @sterndata So my problem stems from custom code. I fix one thing get 5…

  • Created a topic, Post delete but goes to page saying it can’t delete, on the site WordPress.org Forums:
    add_action('wp_trash_post', 'force_trash'); function f…

  • Posted a reply to Deleting post if field is empty, on the site WordPress.org Forums:
    @bcworkz how would I write a line of code that if the title equals auto…

  • Created a topic, Deleting post if field is empty, on the site WordPress.org Forums:
    All the posts I make have custom fields attached to it…

  • Posted a reply to Green publish button won’t publish, on the site WordPress.org Forums:
    @bcworkz i believe I am the hosting account holder. I also believe I am hosting…

  • Posted a reply to Green publish button won’t publish, on the site WordPress.org Forums:
    @bcworkz I cant figure out how to change the function.php permission so I can edit…

  • Posted a reply to Green publish button won’t publish, on the site WordPress.org Forums:
    @bcworkz I'm sorry I am fairly new to this so I paste that in the…

  • Created a topic, Update ACF Field with button, on the site WordPress.org Forums:
    I am currently using oxygen builder to build my websit…

  • Posted a reply to Green publish button won’t publish, on the site WordPress.org Forums:
    @bcworkz The title doesnt work either forgot to disable a code snippet before testing.

  • Posted a reply to Green publish button won’t publish, on the site WordPress.org Forums:
    @bcworkz Plugin didnt end up working. What I ended up doing is just putting it…

  • Posted a reply to Green publish button won’t publish, on the site WordPress.org Forums:
    @bcworkz would I be able to do this by using the add admin css plugin.…

  • Created a topic, Green publish button won’t publish, on the site WordPress.org Forums:
    I am currently building a website where I want to be a…

  • Posted a reply to Setting var of current post type, on the site WordPress.org Forums:
    @otto42 How would I write the code to get the current post type and set…

  • Created a topic, Setting var of current post type, on the site WordPress.org Forums:
    I am currently using code snippet to hide the title an…

  • Posted a reply to User list and activation, on the site WordPress.org Forums:
    @a2hostingrj i downloaded the plugin but can’t figure out how to hide users from the…

  • Posted a reply to User list and activation, on the site WordPress.org Forums:
    I was just wondering what the actual name of the plugin is I can’t find…

  • Created a topic, User list and activation, on the site WordPress.org Forums:
    I am currently working on a website that has a bunch o…