I have the wp-admin access but I don’t have cpanel access. The server
is through shared hosting.
You can’t in any meaningful way put up a “sandbox” given those conditions. You have no way to isolate the code, and you need to isolate the code somehow. As I wrote in a comment, you are putting probably buggy, probably unstable, and potentially insecure code on a production server. You need to isolate– “sandbox”– the code where it can’t effect anything outside of itself and that means a subdomain, a seperated domain, an independent database, and probably other precautions as well. If you are asking “how” you don’t have the knowledge to do this safely.
Pay for another hosting package or develop locally.
Related Posts:
- How can I make add_image_size() crop from the top?
- Delete WordPress plugin Repository
- What is right way to go about adding functionality to a published WordPress plugin?
- Better to fire specific hooks or generic hooks with parameters?
- How to remove WPML Generator Meta Tag by theme’s functions.php (override plugin function)? [closed]
- Load plugin selectively for pages or posts, etc
- How do I sanitize a javascript text?
- Plugin for automatic database backup? [closed]
- How can a Firebase user registration and login be integrated into a WordPress site?
- Plugin for changing a post’s category based on it’s post date?
- WordPress Enqueue Script Chaos (jQuery & Foundation.js)
- check for the current screen
- Multisite functions to communicate with individual site functions
- Alter post slug by a filter that is fired just after a post is created
- I’m trying to create security question field for my login page
- How to show custom static content at top of each category page?
- How to show category images (from plugin) on a regular page (page-example.php)?
- WooCommerce “Save Changes” button appears inside custom settings
- use function inside another function in WP Plugin
- How to make my plugin GDPR compatible?
- Override the filter from plugin in child theme
- Sage WordPress – Plugin Namespace: Not Found
- Why is an action callback function from an instance of a class always invoking the same function from an instance?
- Dont’ charge customer until product ships – woocommerce [closed]
- register_activation_hook with include file [closed]
- Add htmlentities and/or shortcode into data-attributes
- Absolute Image URL in srcset is appended to the upload dir
- How can I capture Memberpress user info after signup [closed]
- WordPress Redirect Not Working – AJAX Callback Response Not Picked Up
- how to open page, defined in plugin, from dashboad widget
- WordPress independent plugin upgrade notification system [duplicate]
- Change upload folder for a CPT
- Is there an npm library that uses best practices to scaffold a wordpress plugin that is build with React?
- Using meta_query to get date type values from post_meta table WordPress
- How to allow an editor to edit all WordPress blog posts but have the last say as administrator?
- Add An Activity Filter By User Id In Buddypress Plugin
- Using plugin functions/methods within templates
- How to retain table data in wordpress phpunit tests
- Load plugins’.mo and .po files from a directory
- (Big issue) Blog is Getting Down Each day.. what should i do.?
- How to delete custom taxonomy terms in plugin’s uninstall.php?
- Import sql data from a large file when installing plugin
- Jquery NoConflict Problem
- WooCommerce : Direct Checkout Page [closed]
- Is there a rule for wordpress plugins developers to not do any database changes upon update?
- Can i add custom code in Source, Header from function.php?
- Can my hooked uninstall class function access a global var declared in main plugin file?
- Flag Comment as inappropriate button plugin
- How can I add IP address to my post?
- serverSideRender does not render “preview” html inside Gutenberg block
- add seperate suffix for low price and high price in woocommerce
- Get products list by url key in WordPress Woocommerce [closed]
- How to add/change (woocommerce) product tab icon
- is it possible different visitors location to show different informations?
- WordPress plugin database. How to create table for checkbox
- Custom post type change excerpt more and excerpt length
- How to know which wordpress plugin is exporting site information to plugin author?
- How can I show registration form inside modal?
- Replace video url with video player
- Order posts of a custom post type by the event date using FT Calendar Plugin
- Is it save to replace with in WordPress search form
- Create Short code dynamically
- Publishing a video from blog to youtube
- How to make profile page for each user posting on the blog?
- Upgrade not working & themes not supporting
- Is it possible to pin a post in second position from top
- WordPress latest core update conflicting with newspack-newsletter plugin
- Migrating Joomla to WP Pages and Postst not working
- WordPress + python integration
- How to call function in WordPress on button click?
- How to add a “Who’s who” on a wordpress blog post?
- How can I see $post object in frontend from functions.php?
- WordPress site hamburger menu toggle not working
- Move plugin pages from dashboard to front-end
- WordPress website working fine on localhost but not displaying front pages on webhost
- Change WordPress plugin widget `id_base` without breaking widget
- Page last access date
- register_activation_hook not creating table
- If I am not writing a theme, how do I add custom fields to a user for a plugin
- Python in WordPress – A “Hello World” implementation
- how to send two forms with one click (script ninjaforms id)
- Creating new option (add_option) from AJAX – Settings API
- A more elegant way to handle notices/warnings
- To set a post is new/old in vertical scrolling
- ACF repeater field
- How can i see/log all requests coming from a registration form (not from the UI)?
- How to remove ‘View Details’ page & updates from third-party plugin?
- appointment plugin doesn’t display all appointments
- First argument is expected to be a valid callback for cp_admin_init and _canonical_charset
- Get the url of attachments from the post?
- Doing action based on input from options menu
- WordPress User Frontend Editing Custom Fields
- W3 Total Cache and IIS7 not doing much [closed]
- Mystery URL http://#/ Listed in XML Sitemap Created by WordPress SEO by Yoast Plugin
- How can I modify the colors of my theme for a single section of my site? [closed]
- What are the downsides of using bootstrap in plugin development?
- How ACF Advanced Custom Field works with Woocommerce Single Product [closed]
- Function mb_strlen Fail [closed]
- Images get uploaded itself from the computer
- getPost() method and Pagination