If you are 100% sure that is the line you have to change then just create your own function to do the same thing.
function my_popup_link() {
echo get_permalink() . '#disqus_thread';
}
Then replace the function call in your template with your own.
Related Posts:
- Comments to only be seen by their author
- Change the HTML of the comment form that is generating somewhere from the core WordPress
- How do I make the comment disappear after deleting from the database?
- Comment function for page
- How can I return the result of my custom function?
- Increase Comment Author Gravatar Size On WordPress Default Comment Function
- Getting full code of wp_list_comments instead of replacing it
- get_template_directory_uri pointing to parent theme not child theme
- Include PHP file in Content using [shortcode]
- Remove Comments Metabox but still allow comments
- How can I remove the title “leave a reply” in the comment box in twentyeleven?
- change the comment time output to: X time ago instead of actual date and time
- How to get comments with mixed status using get_comments?
- How to prevent deleting of comments when deleting a post
- disable comments if array exists
- Adding extra SVGs to TwentyNineteen child theme using class TwentyNineteen_SVG_Icons
- Remove “says” from comments
- Display the number of user comments
- How do I change parameters without changing the core
- What is the most efficient method for loading widgets in functions.php
- How to Add a Random Custom Gravatar in the WordPress Comments?
- PHP files included in functions.php don’t seem to work
- Include files in child themes, declare in functions.php
- Show top commenters without using a plugin
- using `require` in my functions.php breaks the site
- Commenter should see only his comments in wordpress
- Calling a Function in Functions.php from an external PHP script
- Filter out other users comments. Visualize only own comments and editor role users’ comments
- wp-comment author- url +, email filter hook
- Automatically include all php files in a child theme directory
- Where to add the permalink in this function?
- Incorrect redirect after commenting
- comments_popup_link without echo?
- Impossible to call wordpress function inside an include?
- Getting comment count per post not working
- Wp admin – Set default value to 999 in comments
- What is the Difference in bones_comments() and comments.php
- Can I have an additional functions.php file in WordPress?
- wp_star_rating() – Adding a 5 star rating system to theme
- Unable to point the child theme directory even using get_stylesheet_directory()
- Can I include a custom PHP function in a WordPress function?
- Function to replace comment’s accented characters before posting
- file.php not loaded?
- WordPress comment_form() does not display actual comments
- WordPress comment processing . Default unapproved comments detection before posting
- Why should I use get_template_directory() when include files?
- How do I change where “You must be logged in to comment” directs users?
- WordPress functions.php conditional include another functions file
- Why isn’t comment validation working?
- Remove nofollow from internal comment links via functions.php
- How can I automatically delete comments that contain a URL?
- Warning and fatal error
- I want to change the WordPress comments file
- How to identify author in wordpress comments?
- Including admin-options.php file in Child Themes
- Newest comments first not working
- get_comments not working properly after WordPress v4.4 update
- Getting error while trying to use custom comment function
- Custom Nested WordPress Comments with avatar
- Comment Function
- WP Custom Comment Callback Not Responding
- How to remove “login to reply” from individual comments [duplicate]
- Comment turned Invisible
- User’s Comments Number: Storing it in a meta field for different uses
- Add functionality to block comment authors in the Comment edit pag
- comments_template() doesn’t work with ajax call
- How to use: WP_AJAX_GET_COMMENTS
- WP backend, Show only own comments (give to users who wrote/published/assigned) posts
- Removing website URL in comments causes misalignment of submit button and tickbox
- functions.php pharse error on complete new install
- FPDF for creating pdf diplomas
- What is wp_get_post_tags for media tags?
- a SET of wordpress native galleries with title and text?
- Enable accessibility mode in widget as default
- Is it possible to give a classname to specific comments in the WordPress admin?
- Error in “class-wp-hook.php”
- Fetch ids of live posts only (not posts with other statuses) and change status with a button in candidate dashboard
- Filter works on last selection but no others
- Overwrite text in a complicated filter hook
- How to replace ACTION url from original wordpress login form?
- Add custom css file after plugin css with WordPress Child Theme functions.php
- Redirect User Role When on Specific Page
- WP_Query for Attachments not working as expected
- Undefined variable issue for wp_get_attachment_image_url
- Customise the WordPress gallery html layout
- How to force one script to load before google tag manager script
- Change class woocommerce on function.php
- Text replace for the whole body tag
- Bizarre Child Menu Issue on WP Site
- How to display my comment count in the wordpress admin bar?
- Login cookies blocked after customizing hashing method
- Counting posts and trigger it [closed]
- Show ‘Add to Cart’ on Out of Stock products
- Combine page types and Custom Taxonomy in a functions.php command
- reWrite wp-content url to point on my cdn
- Order column custom date using pre_get_posts
- query_vars treat as single var from URL
- Running javascript without hooking wp_head
- Issue passing action class to nested function. Admin Columns
- Populate Product Regular Price with a calculated ACF Field Value