/wp-content/plugins/bug-issue-tracker/
directory, or install the plugin through the WordPress plugins screen directly.Plugins
screen in WordPress.37
in bug-issue-tracker.php
.You can find it by right-clicking on the project you’d like to send your tasks to and choosing “Email tasks to this project”.
Yes! `<?php global $wpdb; $table_name = $wpdb->prefix . 'bug_issue_tracker'; $results = $wpdb->get_results( "SELECT * FROM $table_name" ); var_dump( $results ); ?>`