Following code should do the trick. It takes the excerpt filter and returns the content instead.
function wpse189347_excerpt( $excerpt ){
return get_the_content();
}
add_filter( 'the_excerpt', 'wpse189347_excerpt', 10, 1 );
Related Posts:
- Get excerpt from $post->post_content
- How to use the_excerpt in a filter hook?
- add_filter on “the_excerpt” only works when post does not have excerpt
- End excerpt at the end of the sentence
- get_the_excerpt() with fallback like the_excerpt()
- How do I filter get_the_excerpt() but keep all of its functionality intact?
- Buddypress: Edit activity when new blog post [closed]
- Why in archive page doesn´t show read more button with excerpt?
- the_excerpt filter with an empty excerpt
- Access get_the_title() from ‘excerpt_length’ filter
- Give “Read More” precedence over excerpt() word count
- the_excerpt filter doesn’t work as expected
- Excerpt is being added above the content, but it should be after it
- run shortcode in excerpt of single custom post type
- apply_filters(‘get_the_content’, $content) + Except
- Trimming a custom field to a length
- Adding html banner to posts
- Apply wordpress filter checking category
- Add Filter – Pass Variable (PHP < 5.3)
- Filter Post Title without affecting screen-reader-text
- Create different flavours of excerpt
- Cutting off excerpt with first sentence
- Auto-generated excerpt with shortcode and read more button/text link
- Read More in the actual excerpt
- is_page_template() doesn’t work with excerpt_length filter
- the_excerpt() does not work with has_excerpt()?
- get_the_excerpt on mobile still displays continue reading
- Custom excerpt_more filter not working when tag is present
- Why does using excerpt_more filter change link location?
- WordPress hooks/filters insert before content or after title
- What is the very earliest action hook you can call?
- Removing Image and Caption Dimension Attributes
- How to apply the “retrieve_password_message” filter?
- wp_mail – Remove sitename from email subject
- How to change/rewrite the lost password url?
- add_filter multiple times with different addon functions?
- WP Rest API – Upload media without saving attachment post
- Using variable from one filter in another filter
- What effect does the_content filter have on performance?
- add class to term_description
- How can I find out what an `apply_filter` call is actually doing?
- How to apply content filter permanently?
- remove other tabs in new wordpress media gallery
- posts_groupby problem
- Remove classes from post_class()
- How can I register a new REST context?
- How to stop WordPress from changing ellipsis into a pre-composed triple-dot glyph?
- Error when overriding only some audio shortcode HTML output
- Run oembed separately outside the_content()
- Hook Into the_content Filter For JSON API Only [closed]
- How to call a function or method that is Namespaced using another plugin
- How to change currency programmatically on creating order action?
- Change username before login
- apply_filters(‘the_content’) – make it ignore shortcodes?
- Replace a word with a word in the URL string
- Add attribute to script loaded by the theme
- Filter custom post type using multiple taxonomy dropdowns
- Add new post with predefined / preset date
- Remove Actions added by SEO ultimate Plugin
- Building a request processor for multi-page forms, etc using $_GET requests
- Replace audio links with jplayer using the_content filter
- Sorting a specific taxonomy by archive date using URL
- Modify Redux Framework Options in Child Theme
- Adding a filter to comments_template
- get_post() containing gallery is outputting an unmatched closing div at the end of the content
- Trouble using remove_filter to override function in parent theme
- Load Posts’ individual body content on index starting at char 200 of each post
- How do I hook my function to run only after submitting login form
- Prepending character(s) to a custom tag title?
- Modify existing plugin function with add_filter
- Hook for changing excerpt content when excerpt not set
- include specific Pages to wp_list_pages with filter
- Removing URL and adding container around image in the featured image metabox
- Email Obfuscation: Is antispambot() Acceptable? [closed]
- What are the steps + prerequisites for using an add_filter?
- an action hook when a post reaches a certain number of views
- WordPress overwrites UNC
- Excluding posts by meta, and also keeping posts without the meta
- Change tags url to search different site
- Replace Data In Post & Update Meta Field Post Is Saved
- How to optionally append components to the output of a gutenberg block?
- How to add custom media library mime icons?
- Custom SQL query slows down when using multiple OR … LIKE … in posts_where filter
- get_post() with filters applied
- Drop down filter sort posts by latest, last 7 days and monthly
- Function not returning correct value for found_posts filter
- Unable to defer loading of jquery
- Override admin selected page layout
- Login logout below menu bar
- Add HTML to the bottom of each post in a post list
- URL to filter posts by post meta similar to shop/?product_cat=”painting”
- Incrementing content with extra text after save/publish
- What scope is $blog_url = get_bloginfo() inside a function
- Turn wp_tag_cloud into a front-end filter
- How we make the filter for fornt end user
- How can I define the RSS feed content length?
- Filter dashboard custom post listing by user
- How to filter part of a variable if it is no array?
- WordPress wp_lazy_loading_enabled returns loading attribute set to lazy
- Deregister Custom the_title Filter for edit_post_link